home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1993-08.gz / 1993-08 / 000003_NetBSD-Admin@cb….commodore.com_Sun Aug 1 21:27:42 1993.msg < prev    next >
Text File  |  1985-10-08  |  1KB  |  51 lines

  1. X-Mailer: Mail User's Shell (7.1.0 4/25/90)
  2. To: netbsd-amiga@cbmuucp.commodore.com
  3. Subject: Funny error
  4. Sender: NetBSD-Admin@cbmuucp.commodore.com
  5.  
  6. Although i checked that with Markus Wild already, i mail my last 
  7. experience to the outa space :)
  8.  
  9. Since yesterday, i own a brand new Fujitsu M2023F (hey, i have 2 LPS105
  10. for sale :-) and wanted to copy all the stuff i had on my Quantums
  11. to the Fujitsu. So i also copied the rootfs from one drive to the
  12. other. Stupid me. I should have known what's on here :)
  13. You can't copy /dev/* that easy, not using a filesystem.
  14.  
  15. So, what i got was that:
  16.  
  17. sd0: FUJITSU M2023F-512 rev 0405, 830340 512 byte blocks
  18. changing root device ti sd0a
  19.  :
  20.  :
  21. panic: init died
  22. hit any key to boot/dump
  23. >trap: bad kernel access at 0
  24. trap type 8, code cc02072d, v=0
  25. pid=1, pc=00012192, ps=2200, sfc=0001, dfc=0001
  26.  :
  27.  :
  28. panic: MMU fault
  29.  :
  30.  :
  31. ------
  32.  
  33. Init died... Something new :-)
  34.  
  35. The trick seems to be that init wanted to open /dev/console, which
  36. is a file, not a device, as i copied it with cp.
  37.  
  38. For instance, when expanding or copying to a new rootfs, you should 
  39. do that here:
  40.  
  41.  (cd /; tar clf - .) | ( cd /mnt; tar xvf -)
  42.  
  43. Whereas /mnt is a mounted entry to the new root-partition.
  44. This trick is also the best and fastest way to copy large directory-
  45. trees.
  46.  
  47. Ok, going home and check #526...
  48.  
  49.  
  50. -- 
  51. Markus Illenseer                          Full signature available on request.